Method ToSqlStringAsync<TResult>(Expression<Func<RedbObject<TProps>, TResult>>)

Assembly: redb.Core.dll

Returns SQL string for debugging (like EF Core ToQueryString).

Task<string> ToSqlStringAsync<TResult>(Expression<Func<RedbObject<TProps>, TResult>> selector)